Shuffle the edit menu item down one

Glenn 'devalias' Grant 11 年之前
父节点
当前提交
06155360b7
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/views/agents/_action_menu.html.erb

+ 3 - 3
app/views/agents/_action_menu.html.erb

@@ -9,12 +9,12 @@
9 9
     <%= link_to '<span class="glyphicon glyphicon-eye-open"></span> Show'.html_safe, agent_path(agent) %>
10 10
   </li>
11 11
 
12
+  <li class="divider"></li>
13
+
12 14
   <li>
13
-    <%= link_to '<span class="glyphicon glyphicon-pencil"></span> Edit'.html_safe, edit_agent_path(agent) %>
15
+    <%= link_to '<span class="glyphicon glyphicon-pencil"></span> Edit agent'.html_safe, edit_agent_path(agent) %>
14 16
   </li>
15 17
 
16
-  <li class="divider"></li>
17
-
18 18
   <li>
19 19
     <%= link_to '<span class="glyphicon glyphicon-plus"></span> Clone agent'.html_safe, new_agent_path(id: agent), :tabindex => "-1" %>
20 20
   </li>